home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / PMAKER65 / archive.z / README.TXT < prev    next >
Text File  |  1996-10-15  |  2KB  |  25 lines

  1. USING PROLOGUE.PS/EPILOGUE.PS WITH COLOR SEPARATIONS
  2.  
  3. When Distilling color PostScript files, sometimes separation color spaces (spot colors) can 
  4. be mapped to process colors, losing any defined custom colors. To remedy this, ensure that 
  5. the "Distill with prologue.ps/epilogue.ps" option is turned on in the Distiller Job Options, 
  6. Advanced dialog (or in UNIX, by adding the -includebookends on option to the command line). 
  7. Then, move the prologue.ps/epilogue.ps files from the Distillr:XTras:high_end folder into 
  8. the same folder as the Distiller application. For more information about using prologue.ps 
  9. and epilogue.ps files in general, see the Acrobat Distiller 3.0 Online Guide.
  10.  
  11. Here is a more technical description of why this occurs. PostScript files that conform to 
  12. the PostScript Level 1 conventions for color separations use an operator called 
  13. setcustomcolor, which gets defined by the application which receives/imports the file. 
  14. The default definition is to convert custom colors into their process color equivalents 
  15. using the setcmykcolor PostScript operator. This means that the separations information is 
  16. lost, which may be preferable if the file is not to be later separated.
  17.  
  18. If on the other hand, one wants separations, then a definition of setcustomcolor that uses 
  19. separation color spaces in PostScript is needed. The Distiller will then preserve that 
  20. information, and it can be printed from Exchange, either as PostScript Level 2 separation 
  21. color spaces, or as a PostScript Level 1 file conforming to the conventions for color 
  22. separations. To use this definition of setcustomcolor which retains the custom color 
  23. definitions, one must Distill files using the prologue.ps and epilogue.ps files described 
  24. above. 
  25.